Html Css Color HEX #CFE6B5 Tea Green

📋 copy color: '#CFE6B5'

red 207 ◦ green 230 ◦ blue 181

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

Shades of Tea Green #CFE6B5

Tints of Tea Green #CFE6B5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.22%

 BLUE value IS 181 (71.09% from 255) = 29.29%

R = 33.5%
G = 37.22%
B = 29.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#CFE6B5 (or 0xCFE6B5) is known color: Tea Green. HEX triplet: CF, E6 and B5. RGB value is (207,230,181). Sum of RGB (Red+Green+Blue) = 207+230+181=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6B5 is #30194A. Grayscale: #D9D9D9. Windows color (decimal): -3152203 or 11921103. OLE color: 11921103.

HSL color Cylindrical-coordinate representation of color #CFE6B5: hue angle of 88.16º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFE6B5 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 181 -
CMYK 0.10 0 0.21 0.10
HSL 88.16º 0.49% 0.81% -
HSV(B) 88.16º 0.21% 0.9% -
XYZ 62.37 73.2 54.56 -
YUV 217.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 207 230 181 0.10 0 0.21 0.10 88.16 0.49 0.81
Hex CF E6 B5 A 0 15 A 58 31 51
Octal 317 346 265 12 0 25 12 130 61 121
Binary 11001111 11100110 10110101 1010 0 10101 1010 1011000 110001 1010001

Color Harmonies of #CFE6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6B5

Black with #CFE6B5

Text Example


Text Example

White with #CFE6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6B5; }

 p { color: rgb(207,230,181); }

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

background-color css

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

 a { background-color: rgb(207,230,181); }

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

border-color css

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

 span { border-color: rgb(207,230,181); }

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