Html Css Color HEX #CFFCB1 Tea Green

📋 copy color: '#CFFCB1'

red 207 ◦ green 252 ◦ blue 177

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

Shades of Tea Green #CFFCB1

Tints of Tea Green #CFFCB1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.62%

 BLUE value IS 177 (69.53% from 255) = 27.83%

R = 32.55%
G = 39.62%
B = 27.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#CFFCB1 (or 0xCFFCB1) is known color: Tea Green. HEX triplet: CF, FC and B1. RGB value is (207,252,177). Sum of RGB (Red+Green+Blue) = 207+252+177=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCB1 is #30034E. Grayscale: #E6E6E6. Windows color (decimal): -3146575 or 11664591. OLE color: 11664591.

HSL color Cylindrical-coordinate representation of color #CFFCB1: hue angle of 96º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFCB1 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 252 177 -
CMYK 0.18 0 0.30 0.01
HSL 96º 0.93% 0.84% -
HSV(B) 96º 0.3% 0.99% -
XYZ 68.48 86.06 54.6 -
YUV 230 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 207 252 177 0.18 0 0.30 0.01 96 0.93 0.84
Hex CF FC B1 12 0 1E 1 60 5D 54
Octal 317 374 261 22 0 36 1 140 135 124
Binary 11001111 11111100 10110001 10010 0 11110 1 1100000 1011101 1010100

Color Harmonies of #CFFCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFCB1

Black with #CFFCB1

Text Example


Text Example

White with #CFFCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFCB1; }

 p { color: rgb(207,252,177); }

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

background-color css

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

 a { background-color: rgb(207,252,177); }

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

border-color css

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

 span { border-color: rgb(207,252,177); }

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