Html Css Color HEX #CCF5BD Tea Green

📋 copy color: '#CCF5BD'

red 204 ◦ green 245 ◦ blue 189

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

Shades of Tea Green #CCF5BD

Tints of Tea Green #CCF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.4%

 BLUE value IS 189 (74.22% from 255) = 29.62%

R = 31.97%
G = 38.4%
B = 29.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#CCF5BD (or 0xCCF5BD) is known color: Tea Green. HEX triplet: CC, F5 and BD. RGB value is (204,245,189). Sum of RGB (Red+Green+Blue) = 204+245+189=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5BD is #330A42. Grayscale: #E2E2E2. Windows color (decimal): -3344963 or 12449228. OLE color: 12449228.

HSL color Cylindrical-coordinate representation of color #CCF5BD: hue angle of 103.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF5BD is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 189 -
CMYK 0.17 0 0.23 0.04
HSL 103.93º 0.74% 0.85% -
HSV(B) 103.93º 0.23% 0.96% -
XYZ 66.74 81.82 60.42 -
YUV 226.36 106.92 112.05 -
System Red Green Blue C M Y K H S L
Decimal 204 245 189 0.17 0 0.23 0.04 103.93 0.74 0.85
Hex CC F5 BD 11 0 17 4 68 4A 55
Octal 314 365 275 21 0 27 4 150 112 125
Binary 11001100 11110101 10111101 10001 0 10111 100 1101000 1001010 1010101

Color Harmonies of #CCF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF5BD

Black with #CCF5BD

Text Example


Text Example

White with #CCF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF5BD; }

 p { color: rgb(204,245,189); }

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

background-color css

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

 a { background-color: rgb(204,245,189); }

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

border-color css

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

 span { border-color: rgb(204,245,189); }

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