Html Css Color HEX #CCF4BA Tea Green

📋 copy color: '#CCF4BA'

red 204 ◦ green 244 ◦ blue 186

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

Shades of Tea Green #CCF4BA

Tints of Tea Green #CCF4BA

RGB

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

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

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

R = 32.18%
G = 38.49%
B = 29.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#CCF4BA (or 0xCCF4BA) is known color: Tea Green. HEX triplet: CC, F4 and BA. RGB value is (204,244,186). Sum of RGB (Red+Green+Blue) = 204+244+186=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4BA is #330B45. Grayscale: #E1E1E1. Windows color (decimal): -3345222 or 12252364. OLE color: 12252364.

HSL color Cylindrical-coordinate representation of color #CCF4BA: hue angle of 101.38º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF4BA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 186 -
CMYK 0.16 0 0.24 0.04
HSL 101.38º 0.73% 0.84% -
HSV(B) 101.38º 0.24% 0.96% -
XYZ 66.12 81.08 58.62 -
YUV 225.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 204 244 186 0.16 0 0.24 0.04 101.38 0.73 0.84
Hex CC F4 BA 10 0 18 4 65 48 54
Octal 314 364 272 20 0 30 4 145 110 124
Binary 11001100 11110100 10111010 10000 0 11000 100 1100101 1001000 1010100

Color Harmonies of #CCF4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4BA

Black with #CCF4BA

Text Example


Text Example

White with #CCF4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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