Html Css Color HEX #CCF2B1 Tea Green

📋 copy color: '#CCF2B1'

red 204 ◦ green 242 ◦ blue 177

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

Shades of Tea Green #CCF2B1

Tints of Tea Green #CCF2B1

RGB

 RED value IS 204 (80.08% from 255) = 32.74%

 GREEN value IS 242 (94.92% from 255) = 38.84%

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

R = 32.74%
G = 38.84%
B = 28.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#CCF2B1 (or 0xCCF2B1) is known color: Tea Green. HEX triplet: CC, F2 and B1. RGB value is (204,242,177). Sum of RGB (Red+Green+Blue) = 204+242+177=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2B1 is #330D4E. Grayscale: #DFDFDF. Windows color (decimal): -3345743 or 11662028. OLE color: 11662028.

HSL color Cylindrical-coordinate representation of color #CCF2B1: hue angle of 95.08º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCF2B1 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 177 -
CMYK 0.16 0 0.27 0.05
HSL 95.08º 0.71% 0.82% -
HSV(B) 95.08º 0.27% 0.95% -
XYZ 64.59 79.52 53.54 -
YUV 223.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 204 242 177 0.16 0 0.27 0.05 95.08 0.71 0.82
Hex CC F2 B1 10 0 1B 5 5F 47 52
Octal 314 362 261 20 0 33 5 137 107 122
Binary 11001100 11110010 10110001 10000 0 11011 101 1011111 1000111 1010010

Color Harmonies of #CCF2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2B1

Black with #CCF2B1

Text Example


Text Example

White with #CCF2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2B1; }

 p { color: rgb(204,242,177); }

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

background-color css

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

 a { background-color: rgb(204,242,177); }

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

border-color css

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

 span { border-color: rgb(204,242,177); }

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