Html Css Color HEX #CCF2BD Tea Green

📋 copy color: '#CCF2BD'

red 204 ◦ green 242 ◦ blue 189

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

Shades of Tea Green #CCF2BD

Tints of Tea Green #CCF2BD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.11%

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

R = 32.13%
G = 38.11%
B = 29.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#CCF2BD (or 0xCCF2BD) is known color: Tea Green. HEX triplet: CC, F2 and BD. RGB value is (204,242,189). Sum of RGB (Red+Green+Blue) = 204+242+189=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BD is #330D42. Grayscale: #E0E0E0. Windows color (decimal): -3345731 or 12448460. OLE color: 12448460.

HSL color Cylindrical-coordinate representation of color #CCF2BD: hue angle of 103.02º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCF2BD is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 189 -
CMYK 0.16 0 0.22 0.05
HSL 103.02º 0.67% 0.85% -
HSV(B) 103.02º 0.22% 0.95% -
XYZ 65.84 80.02 60.12 -
YUV 224.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 204 242 189 0.16 0 0.22 0.05 103.02 0.67 0.85
Hex CC F2 BD 10 0 16 5 67 43 55
Octal 314 362 275 20 0 26 5 147 103 125
Binary 11001100 11110010 10111101 10000 0 10110 101 1100111 1000011 1010101

Color Harmonies of #CCF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2BD

Black with #CCF2BD

Text Example


Text Example

White with #CCF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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