Html Css Color HEX #CCFBAF Tea Green

📋 copy color: '#CCFBAF'

red 204 ◦ green 251 ◦ blue 175

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

Shades of Tea Green #CCFBAF

Tints of Tea Green #CCFBAF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.84%

 BLUE value IS 175 (68.75% from 255) = 27.78%

R = 32.38%
G = 39.84%
B = 27.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#CCFBAF (or 0xCCFBAF) is known color: Tea Green. HEX triplet: CC, FB and AF. RGB value is (204,251,175). Sum of RGB (Red+Green+Blue) = 204+251+175=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBAF is #330450. Grayscale: #E4E4E4. Windows color (decimal): -3343441 or 11533260. OLE color: 11533260.

HSL color Cylindrical-coordinate representation of color #CCFBAF: hue angle of 97.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFBAF is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 175 -
CMYK 0.19 0 0.30 0.02
HSL 97.11º 0.9% 0.84% -
HSV(B) 97.11º 0.3% 0.98% -
XYZ 67.14 84.93 53.41 -
YUV 228.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 204 251 175 0.19 0 0.30 0.02 97.11 0.9 0.84
Hex CC FB AF 13 0 1E 2 61 5A 54
Octal 314 373 257 23 0 36 2 141 132 124
Binary 11001100 11111011 10101111 10011 0 11110 10 1100001 1011010 1010100

Color Harmonies of #CCFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBAF

Black with #CCFBAF

Text Example


Text Example

White with #CCFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBAF; }

 p { color: rgb(204,251,175); }

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

background-color css

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

 a { background-color: rgb(204,251,175); }

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

border-color css

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

 span { border-color: rgb(204,251,175); }

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