Html Css Color HEX #CCF6B8 Tea Green

📋 copy color: '#CCF6B8'

red 204 ◦ green 246 ◦ blue 184

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

Shades of Tea Green #CCF6B8

Tints of Tea Green #CCF6B8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.8%

 BLUE value IS 184 (72.27% from 255) = 29.02%

R = 32.18%
G = 38.8%
B = 29.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#CCF6B8 (or 0xCCF6B8) is known color: Tea Green. HEX triplet: CC, F6 and B8. RGB value is (204,246,184). Sum of RGB (Red+Green+Blue) = 204+246+184=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6B8 is #330947. Grayscale: #E2E2E2. Windows color (decimal): -3344712 or 12121804. OLE color: 12121804.

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

Color convert

RGB 204 246 184 -
CMYK 0.17 0 0.25 0.04
HSL 100.65º 0.78% 0.84% -
HSV(B) 100.65º 0.25% 0.96% -
XYZ 66.51 82.21 57.71 -
YUV 226.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 204 246 184 0.17 0 0.25 0.04 100.65 0.78 0.84
Hex CC F6 B8 11 0 19 4 65 4E 54
Octal 314 366 270 21 0 31 4 145 116 124
Binary 11001100 11110110 10111000 10001 0 11001 100 1100101 1001110 1010100

Color Harmonies of #CCF6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6B8

Black with #CCF6B8

Text Example


Text Example

White with #CCF6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6B8; }

 p { color: rgb(204,246,184); }

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

background-color css

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

 a { background-color: rgb(204,246,184); }

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

border-color css

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

 span { border-color: rgb(204,246,184); }

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