Html Css Color HEX #CFE4C0 Tea Green

📋 copy color: '#CFE4C0'

red 207 ◦ green 228 ◦ blue 192

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

Shades of Tea Green #CFE4C0

Tints of Tea Green #CFE4C0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.36%

 BLUE value IS 192 (75.39% from 255) = 30.62%

R = 33.01%
G = 36.36%
B = 30.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CFE4C0 (or 0xCFE4C0) is known color: Tea Green. HEX triplet: CF, E4 and C0. RGB value is (207,228,192). Sum of RGB (Red+Green+Blue) = 207+228+192=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4C0 is #301B3F. Grayscale: #D9D9D9. Windows color (decimal): -3152704 or 12641487. OLE color: 12641487.

HSL color Cylindrical-coordinate representation of color #CFE4C0: hue angle of 95º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE4C0 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 192 -
CMYK 0.09 0 0.16 0.11
HSL 95º 0.4% 0.82% -
HSV(B) 95º 0.16% 0.89% -
XYZ 62.99 72.56 60.55 -
YUV 217.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 207 228 192 0.09 0 0.16 0.11 95 0.4 0.82
Hex CF E4 C0 9 0 10 B 5F 28 52
Octal 317 344 300 11 0 20 13 137 50 122
Binary 11001111 11100100 11000000 1001 0 10000 1011 1011111 101000 1010010

Color Harmonies of #CFE4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4C0

Black with #CFE4C0

Text Example


Text Example

White with #CFE4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4C0; }

 p { color: rgb(207,228,192); }

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

background-color css

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

 a { background-color: rgb(207,228,192); }

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

border-color css

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

 span { border-color: rgb(207,228,192); }

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