Html Css Color HEX #CCF1BA Tea Green

📋 copy color: '#CCF1BA'

red 204 ◦ green 241 ◦ blue 186

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

Shades of Tea Green #CCF1BA

Tints of Tea Green #CCF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.19%

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

R = 32.33%
G = 38.19%
B = 29.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#CCF1BA (or 0xCCF1BA) is known color: Tea Green. HEX triplet: CC, F1 and BA. RGB value is (204,241,186). Sum of RGB (Red+Green+Blue) = 204+241+186=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1BA is #330E45. Grayscale: #DFDFDF. Windows color (decimal): -3345990 or 12251596. OLE color: 12251596.

HSL color Cylindrical-coordinate representation of color #CCF1BA: hue angle of 100.36º degrees, saturation: 0.66, 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 #CCF1BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 186 -
CMYK 0.15 0 0.23 0.05
HSL 100.36º 0.66% 0.84% -
HSV(B) 100.36º 0.23% 0.95% -
XYZ 65.22 79.29 58.32 -
YUV 223.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 204 241 186 0.15 0 0.23 0.05 100.36 0.66 0.84
Hex CC F1 BA F 0 17 5 64 42 54
Octal 314 361 272 17 0 27 5 144 102 124
Binary 11001100 11110001 10111010 1111 0 10111 101 1100100 1000010 1010100

Color Harmonies of #CCF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1BA

Black with #CCF1BA

Text Example


Text Example

White with #CCF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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