Html Css Color HEX #CCF0BD Tea Green

📋 copy color: '#CCF0BD'

red 204 ◦ green 240 ◦ blue 189

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

Shades of Tea Green #CCF0BD

Tints of Tea Green #CCF0BD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.91%

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

R = 32.23%
G = 37.91%
B = 29.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#CCF0BD (or 0xCCF0BD) is known color: Tea Green. HEX triplet: CC, F0 and BD. RGB value is (204,240,189). Sum of RGB (Red+Green+Blue) = 204+240+189=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BD is #330F42. Grayscale: #DFDFDF. Windows color (decimal): -3346243 or 12447948. OLE color: 12447948.

HSL color Cylindrical-coordinate representation of color #CCF0BD: hue angle of 102.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF0BD is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 189 -
CMYK 0.15 0 0.21 0.06
HSL 102.35º 0.63% 0.84% -
HSV(B) 102.35º 0.21% 0.94% -
XYZ 65.25 78.83 59.92 -
YUV 223.42 108.57 114.15 -
System Red Green Blue C M Y K H S L
Decimal 204 240 189 0.15 0 0.21 0.06 102.35 0.63 0.84
Hex CC F0 BD F 0 15 6 66 3F 54
Octal 314 360 275 17 0 25 6 146 77 124
Binary 11001100 11110000 10111101 1111 0 10101 110 1100110 111111 1010100

Color Harmonies of #CCF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0BD

Black with #CCF0BD

Text Example


Text Example

White with #CCF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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