Html Css Color HEX #CCF1BD Tea Green

📋 copy color: '#CCF1BD'

red 204 ◦ green 241 ◦ blue 189

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

Shades of Tea Green #CCF1BD

Tints of Tea Green #CCF1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.81%

R = 32.18%
G = 38.01%
B = 29.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#CCF1BD (or 0xCCF1BD) is known color: Tea Green. HEX triplet: CC, F1 and BD. RGB value is (204,241,189). Sum of RGB (Red+Green+Blue) = 204+241+189=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1BD is #330E42. Grayscale: #E0E0E0. Windows color (decimal): -3345987 or 12448204. OLE color: 12448204.

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

Color convert

RGB 204 241 189 -
CMYK 0.15 0 0.22 0.05
HSL 102.69º 0.65% 0.84% -
HSV(B) 102.69º 0.22% 0.95% -
XYZ 65.54 79.42 60.02 -
YUV 224.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 204 241 189 0.15 0 0.22 0.05 102.69 0.65 0.84
Hex CC F1 BD F 0 16 5 67 41 54
Octal 314 361 275 17 0 26 5 147 101 124
Binary 11001100 11110001 10111101 1111 0 10110 101 1100111 1000001 1010100

Color Harmonies of #CCF1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1BD

Black with #CCF1BD

Text Example


Text Example

White with #CCF1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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