Html Css Color HEX #CCFAAA Reef

📋 copy color: '#CCFAAA'

red 204 ◦ green 250 ◦ blue 170

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

Shades of Reef #CCFAAA

Tints of Reef #CCFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.06%

 BLUE value IS 170 (66.8% from 255) = 27.24%

R = 32.69%
G = 40.06%
B = 27.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#CCFAAA (or 0xCCFAAA) is known color: Reef. HEX triplet: CC, FA and AA. RGB value is (204,250,170). Sum of RGB (Red+Green+Blue) = 204+250+170=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAAA is #330555. Grayscale: #E3E3E3. Windows color (decimal): -3343702 or 11205324. OLE color: 11205324.

HSL color Cylindrical-coordinate representation of color #CCFAAA: hue angle of 94.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFAAA is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 170 -
CMYK 0.18 0 0.32 0.02
HSL 94.5º 0.89% 0.82% -
HSV(B) 94.5º 0.32% 0.98% -
XYZ 66.34 84.11 50.77 -
YUV 227.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 204 250 170 0.18 0 0.32 0.02 94.5 0.89 0.82
Hex CC FA AA 12 0 20 2 5E 59 52
Octal 314 372 252 22 0 40 2 136 131 122
Binary 11001100 11111010 10101010 10010 0 100000 10 1011110 1011001 1010010

Color Harmonies of #CCFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAAA

Black with #CCFAAA

Text Example


Text Example

White with #CCFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAAA; }

 p { color: rgb(204,250,170); }

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

background-color css

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

 a { background-color: rgb(204,250,170); }

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

border-color css

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

 span { border-color: rgb(204,250,170); }

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