Html Css Color HEX #CCF1B3 Tea Green

📋 copy color: '#CCF1B3'

red 204 ◦ green 241 ◦ blue 179

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

Shades of Tea Green #CCF1B3

Tints of Tea Green #CCF1B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.69%

R = 32.69%
G = 38.62%
B = 28.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#CCF1B3 (or 0xCCF1B3) is known color: Tea Green. HEX triplet: CC, F1 and B3. RGB value is (204,241,179). Sum of RGB (Red+Green+Blue) = 204+241+179=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1B3 is #330E4C. Grayscale: #DFDFDF. Windows color (decimal): -3345997 or 11792844. OLE color: 11792844.

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

Color convert

RGB 204 241 179 -
CMYK 0.15 0 0.26 0.05
HSL 95.81º 0.69% 0.82% -
HSV(B) 95.81º 0.26% 0.95% -
XYZ 64.49 79 54.5 -
YUV 222.87 103.24 114.54 -
System Red Green Blue C M Y K H S L
Decimal 204 241 179 0.15 0 0.26 0.05 95.81 0.69 0.82
Hex CC F1 B3 F 0 1A 5 60 45 52
Octal 314 361 263 17 0 32 5 140 105 122
Binary 11001100 11110001 10110011 1111 0 11010 101 1100000 1000101 1010010

Color Harmonies of #CCF1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1B3

Black with #CCF1B3

Text Example


Text Example

White with #CCF1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1B3; }

 p { color: rgb(204,241,179); }

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

background-color css

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

 a { background-color: rgb(204,241,179); }

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

border-color css

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

 span { border-color: rgb(204,241,179); }

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