Html Css Color HEX #CFEFBA Tea Green

📋 copy color: '#CFEFBA'

red 207 ◦ green 239 ◦ blue 186

#CFEFBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CFEFBA

Tints of Tea Green #CFEFBA

RGB

 RED value IS 207 (81.25% from 255) = 32.75%

 GREEN value IS 239 (93.75% from 255) = 37.82%

 BLUE value IS 186 (73.05% from 255) = 29.43%

R = 32.75%
G = 37.82%
B = 29.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFEFBA (or 0xCFEFBA) is known color: Tea Green. HEX triplet: CF, EF and BA. RGB value is (207,239,186). Sum of RGB (Red+Green+Blue) = 207+239+186=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFBA is #301045. Grayscale: #DFDFDF. Windows color (decimal): -3149894 or 12251087. OLE color: 12251087.

HSL color Cylindrical-coordinate representation of color #CFEFBA: hue angle of 96.23º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFEFBA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 186 -
CMYK 0.13 0 0.22 0.06
HSL 96.23º 0.62% 0.83% -
HSV(B) 96.23º 0.22% 0.94% -
XYZ 65.46 78.54 58.16 -
YUV 223.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 207 239 186 0.13 0 0.22 0.06 96.23 0.62 0.83
Hex CF EF BA D 0 16 6 60 3E 53
Octal 317 357 272 15 0 26 6 140 76 123
Binary 11001111 11101111 10111010 1101 0 10110 110 1100000 111110 1010011

Color Harmonies of #CFEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEFBA

Black with #CFEFBA

Text Example


Text Example

White with #CFEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEFBA; }

 p { color: rgb(207,239,186); }

 H1.HeaderClassName
 {
   color: #CFEFBA;
 }
 .AnyTagClassName
 {
   color: #CFEFBA;
 }
</style>

background-color css

<style>
 a { background-color: #CFEFBA; }

 a { background-color: rgb(207,239,186); }

 div.DivClassName
 {
   background-color: #CFEFBA;
 }
 .BgClassName
 {
   background-color: #CFEFBA;
 }
</style>

border-color css

<style>
 span { border-color: #CFEFBA; }

 span { border-color: rgb(207,239,186); }

 td.TdClassName
 {
   border-color: #CFEFBA;
 }
 .TagClassName
 {
   border-color: #CFEFBA;
 }
</style>