Html Css Color HEX #CCF1BE Tea Green

📋 copy color: '#CCF1BE'

red 204 ◦ green 241 ◦ blue 190

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

Shades of Tea Green #CCF1BE

Tints of Tea Green #CCF1BE

RGB

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

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

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

R = 32.13%
G = 37.95%
B = 29.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#CCF1BE (or 0xCCF1BE) is known color: Tea Green. HEX triplet: CC, F1 and BE. RGB value is (204,241,190). Sum of RGB (Red+Green+Blue) = 204+241+190=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1BE is #330E41. Grayscale: #E0E0E0. Windows color (decimal): -3345986 or 12513740. OLE color: 12513740.

HSL color Cylindrical-coordinate representation of color #CCF1BE: hue angle of 103.53º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF1BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 190 -
CMYK 0.15 0 0.21 0.05
HSL 103.53º 0.65% 0.85% -
HSV(B) 103.53º 0.21% 0.95% -
XYZ 65.65 79.47 60.59 -
YUV 224.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 204 241 190 0.15 0 0.21 0.05 103.53 0.65 0.85
Hex CC F1 BE F 0 15 5 68 41 55
Octal 314 361 276 17 0 25 5 150 101 125
Binary 11001100 11110001 10111110 1111 0 10101 101 1101000 1000001 1010101

Color Harmonies of #CCF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1BE

Black with #CCF1BE

Text Example


Text Example

White with #CCF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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