Html Css Color HEX #CFE6C5 Tea Green

📋 copy color: '#CFE6C5'

red 207 ◦ green 230 ◦ blue 197

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

Shades of Tea Green #CFE6C5

Tints of Tea Green #CFE6C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.07%

R = 32.65%
G = 36.28%
B = 31.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#CFE6C5 (or 0xCFE6C5) is known color: Tea Green. HEX triplet: CF, E6 and C5. RGB value is (207,230,197). Sum of RGB (Red+Green+Blue) = 207+230+197=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6C5 is #30193A. Grayscale: #DBDBDB. Windows color (decimal): -3152187 or 12969679. OLE color: 12969679.

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

Color convert

RGB 207 230 197 -
CMYK 0.10 0 0.14 0.10
HSL 101.82º 0.4% 0.84% -
HSV(B) 101.82º 0.14% 0.9% -
XYZ 64.11 73.89 63.71 -
YUV 219.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 207 230 197 0.10 0 0.14 0.10 101.82 0.4 0.84
Hex CF E6 C5 A 0 E A 66 28 54
Octal 317 346 305 12 0 16 12 146 50 124
Binary 11001111 11100110 11000101 1010 0 1110 1010 1100110 101000 1010100

Color Harmonies of #CFE6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6C5

Black with #CFE6C5

Text Example


Text Example

White with #CFE6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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