Html Css Color HEX #CFE6C3 Tea Green

📋 copy color: '#CFE6C3'

red 207 ◦ green 230 ◦ blue 195

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

Shades of Tea Green #CFE6C3

Tints of Tea Green #CFE6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.85%

R = 32.75%
G = 36.39%
B = 30.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#CFE6C3 (or 0xCFE6C3) is known color: Tea Green. HEX triplet: CF, E6 and C3. RGB value is (207,230,195). Sum of RGB (Red+Green+Blue) = 207+230+195=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6C3 is #30193C. Grayscale: #DBDBDB. Windows color (decimal): -3152189 or 12838607. OLE color: 12838607.

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

Color convert

RGB 207 230 195 -
CMYK 0.10 0 0.15 0.10
HSL 99.43º 0.41% 0.83% -
HSV(B) 99.43º 0.15% 0.9% -
XYZ 63.88 73.8 62.51 -
YUV 219.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 207 230 195 0.10 0 0.15 0.10 99.43 0.41 0.83
Hex CF E6 C3 A 0 F A 63 29 53
Octal 317 346 303 12 0 17 12 143 51 123
Binary 11001111 11100110 11000011 1010 0 1111 1010 1100011 101001 1010011

Color Harmonies of #CFE6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6C3

Black with #CFE6C3

Text Example


Text Example

White with #CFE6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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