Html Css Color HEX #CCF0BE Tea Green

📋 copy color: '#CCF0BE'

red 204 ◦ green 240 ◦ blue 190

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

Shades of Tea Green #CCF0BE

Tints of Tea Green #CCF0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.85%

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

R = 32.18%
G = 37.85%
B = 29.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#CCF0BE (or 0xCCF0BE) is known color: Tea Green. HEX triplet: CC, F0 and BE. RGB value is (204,240,190). Sum of RGB (Red+Green+Blue) = 204+240+190=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BE is #330F41. Grayscale: #DFDFDF. Windows color (decimal): -3346242 or 12513484. OLE color: 12513484.

HSL color Cylindrical-coordinate representation of color #CCF0BE: hue angle of 103.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF0BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 190 -
CMYK 0.15 0 0.21 0.06
HSL 103.2º 0.63% 0.84% -
HSV(B) 103.2º 0.21% 0.94% -
XYZ 65.36 78.88 60.5 -
YUV 223.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 204 240 190 0.15 0 0.21 0.06 103.2 0.63 0.84
Hex CC F0 BE F 0 15 6 67 3E 54
Octal 314 360 276 17 0 25 6 147 76 124
Binary 11001100 11110000 10111110 1111 0 10101 110 1100111 111110 1010100

Color Harmonies of #CCF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0BE

Black with #CCF0BE

Text Example


Text Example

White with #CCF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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