Html Css Color HEX #CCF2BA Tea Green

📋 copy color: '#CCF2BA'

red 204 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #CCF2BA

Tints of Tea Green #CCF2BA

RGB

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

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

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

R = 32.28%
G = 38.29%
B = 29.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#CCF2BA (or 0xCCF2BA) is known color: Tea Green. HEX triplet: CC, F2 and BA. RGB value is (204,242,186). Sum of RGB (Red+Green+Blue) = 204+242+186=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BA is #330D45. Grayscale: #E0E0E0. Windows color (decimal): -3345734 or 12251852. OLE color: 12251852.

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

Color convert

RGB 204 242 186 -
CMYK 0.16 0 0.23 0.05
HSL 100.71º 0.68% 0.84% -
HSV(B) 100.71º 0.23% 0.95% -
XYZ 65.52 79.89 58.42 -
YUV 224.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 204 242 186 0.16 0 0.23 0.05 100.71 0.68 0.84
Hex CC F2 BA 10 0 17 5 65 44 54
Octal 314 362 272 20 0 27 5 145 104 124
Binary 11001100 11110010 10111010 10000 0 10111 101 1100101 1000100 1010100

Color Harmonies of #CCF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2BA

Black with #CCF2BA

Text Example


Text Example

White with #CCF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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