Html Css Color HEX #CFF1C3 Tea Green

📋 copy color: '#CFF1C3'

red 207 ◦ green 241 ◦ blue 195

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

Shades of Tea Green #CFF1C3

Tints of Tea Green #CFF1C3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.48%

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

R = 32.19%
G = 37.48%
B = 30.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#CFF1C3 (or 0xCFF1C3) is known color: Tea Green. HEX triplet: CF, F1 and C3. RGB value is (207,241,195). Sum of RGB (Red+Green+Blue) = 207+241+195=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1C3 is #300E3C. Grayscale: #E1E1E1. Windows color (decimal): -3149373 or 12841423. OLE color: 12841423.

HSL color Cylindrical-coordinate representation of color #CFF1C3: hue angle of 104.35º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF1C3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 195 -
CMYK 0.14 0 0.19 0.05
HSL 104.35º 0.62% 0.85% -
HSV(B) 104.35º 0.19% 0.95% -
XYZ 67.04 80.12 63.56 -
YUV 225.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 207 241 195 0.14 0 0.19 0.05 104.35 0.62 0.85
Hex CF F1 C3 E 0 13 5 68 3E 55
Octal 317 361 303 16 0 23 5 150 76 125
Binary 11001111 11110001 11000011 1110 0 10011 101 1101000 111110 1010101

Color Harmonies of #CFF1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF1C3

Black with #CFF1C3

Text Example


Text Example

White with #CFF1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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