Html Css Color HEX #CCF4BD Tea Green

📋 copy color: '#CCF4BD'

red 204 ◦ green 244 ◦ blue 189

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

Shades of Tea Green #CCF4BD

Tints of Tea Green #CCF4BD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.3%

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

R = 32.03%
G = 38.3%
B = 29.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#CCF4BD (or 0xCCF4BD) is known color: Tea Green. HEX triplet: CC, F4 and BD. RGB value is (204,244,189). Sum of RGB (Red+Green+Blue) = 204+244+189=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4BD is #330B42. Grayscale: #E1E1E1. Windows color (decimal): -3345219 or 12448972. OLE color: 12448972.

HSL color Cylindrical-coordinate representation of color #CCF4BD: hue angle of 103.64º degrees, saturation: 0.71, 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 #CCF4BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 189 -
CMYK 0.16 0 0.23 0.04
HSL 103.64º 0.71% 0.85% -
HSV(B) 103.64º 0.23% 0.96% -
XYZ 66.44 81.21 60.32 -
YUV 225.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 204 244 189 0.16 0 0.23 0.04 103.64 0.71 0.85
Hex CC F4 BD 10 0 17 4 68 47 55
Octal 314 364 275 20 0 27 4 150 107 125
Binary 11001100 11110100 10111101 10000 0 10111 100 1101000 1000111 1010101

Color Harmonies of #CCF4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4BD

Black with #CCF4BD

Text Example


Text Example

White with #CCF4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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