Html Css Color HEX #CCF8B0 Tea Green

📋 copy color: '#CCF8B0'

red 204 ◦ green 248 ◦ blue 176

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

Shades of Tea Green #CCF8B0

Tints of Tea Green #CCF8B0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.49%

 BLUE value IS 176 (69.14% from 255) = 28.03%

R = 32.48%
G = 39.49%
B = 28.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#CCF8B0 (or 0xCCF8B0) is known color: Tea Green. HEX triplet: CC, F8 and B0. RGB value is (204,248,176). Sum of RGB (Red+Green+Blue) = 204+248+176=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8B0 is #33074F. Grayscale: #E2E2E2. Windows color (decimal): -3344208 or 11598028. OLE color: 11598028.

HSL color Cylindrical-coordinate representation of color #CCF8B0: hue angle of 96.67º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF8B0 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 176 -
CMYK 0.18 0 0.29 0.03
HSL 96.67º 0.84% 0.83% -
HSV(B) 96.67º 0.29% 0.97% -
XYZ 66.31 83.11 53.62 -
YUV 226.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 204 248 176 0.18 0 0.29 0.03 96.67 0.84 0.83
Hex CC F8 B0 12 0 1D 3 61 54 53
Octal 314 370 260 22 0 35 3 141 124 123
Binary 11001100 11111000 10110000 10010 0 11101 11 1100001 1010100 1010011

Color Harmonies of #CCF8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8B0

Black with #CCF8B0

Text Example


Text Example

White with #CCF8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8B0; }

 p { color: rgb(204,248,176); }

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

background-color css

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

 a { background-color: rgb(204,248,176); }

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

border-color css

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

 span { border-color: rgb(204,248,176); }

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