Html Css Color HEX #CCF0B5 Tea Green

📋 copy color: '#CCF0B5'

red 204 ◦ green 240 ◦ blue 181

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

Shades of Tea Green #CCF0B5

Tints of Tea Green #CCF0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.96%

R = 32.64%
G = 38.4%
B = 28.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#CCF0B5 (or 0xCCF0B5) is known color: Tea Green. HEX triplet: CC, F0 and B5. RGB value is (204,240,181). Sum of RGB (Red+Green+Blue) = 204+240+181=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0B5 is #330F4A. Grayscale: #DEDEDE. Windows color (decimal): -3346251 or 11923660. OLE color: 11923660.

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

Color convert

RGB 204 240 181 -
CMYK 0.15 0 0.25 0.06
HSL 96.61º 0.66% 0.83% -
HSV(B) 96.61º 0.25% 0.94% -
XYZ 64.4 78.49 55.47 -
YUV 222.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 204 240 181 0.15 0 0.25 0.06 96.61 0.66 0.83
Hex CC F0 B5 F 0 19 6 61 42 53
Octal 314 360 265 17 0 31 6 141 102 123
Binary 11001100 11110000 10110101 1111 0 11001 110 1100001 1000010 1010011

Color Harmonies of #CCF0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0B5

Black with #CCF0B5

Text Example


Text Example

White with #CCF0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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