Html Css Color HEX #CCF8BE Tea Green

📋 copy color: '#CCF8BE'

red 204 ◦ green 248 ◦ blue 190

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

Shades of Tea Green #CCF8BE

Tints of Tea Green #CCF8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.63%

 BLUE value IS 190 (74.61% from 255) = 29.6%

R = 31.78%
G = 38.63%
B = 29.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#CCF8BE (or 0xCCF8BE) is known color: Tea Green. HEX triplet: CC, F8 and BE. RGB value is (204,248,190). Sum of RGB (Red+Green+Blue) = 204+248+190=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8BE is #330741. Grayscale: #E4E4E4. Windows color (decimal): -3344194 or 12515532. OLE color: 12515532.

HSL color Cylindrical-coordinate representation of color #CCF8BE: hue angle of 105.52º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF8BE is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 190 -
CMYK 0.18 0 0.23 0.03
HSL 105.52º 0.81% 0.86% -
HSV(B) 105.52º 0.23% 0.97% -
XYZ 67.76 83.69 61.3 -
YUV 228.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 204 248 190 0.18 0 0.23 0.03 105.52 0.81 0.86
Hex CC F8 BE 12 0 17 3 6A 51 56
Octal 314 370 276 22 0 27 3 152 121 126
Binary 11001100 11111000 10111110 10010 0 10111 11 1101010 1010001 1010110

Color Harmonies of #CCF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8BE

Black with #CCF8BE

Text Example


Text Example

White with #CCF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8BE; }

 p { color: rgb(204,248,190); }

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

background-color css

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

 a { background-color: rgb(204,248,190); }

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

border-color css

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

 span { border-color: rgb(204,248,190); }

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