Html Css Color HEX #CCF8BA Tea Green

📋 copy color: '#CCF8BA'

red 204 ◦ green 248 ◦ blue 186

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

Shades of Tea Green #CCF8BA

Tints of Tea Green #CCF8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.15%

R = 31.97%
G = 38.87%
B = 29.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#CCF8BA (or 0xCCF8BA) is known color: Tea Green. HEX triplet: CC, F8 and BA. RGB value is (204,248,186). Sum of RGB (Red+Green+Blue) = 204+248+186=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8BA is #330745. Grayscale: #E3E3E3. Windows color (decimal): -3344198 or 12253388. OLE color: 12253388.

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

Color convert

RGB 204 248 186 -
CMYK 0.18 0 0.25 0.03
HSL 102.58º 0.82% 0.85% -
HSV(B) 102.58º 0.25% 0.97% -
XYZ 67.33 83.52 59.03 -
YUV 227.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 204 248 186 0.18 0 0.25 0.03 102.58 0.82 0.85
Hex CC F8 BA 12 0 19 3 67 52 55
Octal 314 370 272 22 0 31 3 147 122 125
Binary 11001100 11111000 10111010 10010 0 11001 11 1100111 1010010 1010101

Color Harmonies of #CCF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8BA

Black with #CCF8BA

Text Example


Text Example

White with #CCF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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