Html Css Color HEX #CCFAA7 Reef

📋 copy color: '#CCFAA7'

red 204 ◦ green 250 ◦ blue 167

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

Shades of Reef #CCFAA7

Tints of Reef #CCFAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.89%

R = 32.85%
G = 40.26%
B = 26.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#CCFAA7 (or 0xCCFAA7) is known color: Reef. HEX triplet: CC, FA and A7. RGB value is (204,250,167). Sum of RGB (Red+Green+Blue) = 204+250+167=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 167 (65.62% from 255 or 26.89% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA7 is #330558. Grayscale: #E3E3E3. Windows color (decimal): -3343705 or 11008716. OLE color: 11008716.

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

Color convert

RGB 204 250 167 -
CMYK 0.18 0 0.33 0.02
HSL 93.25º 0.89% 0.82% -
HSV(B) 93.25º 0.33% 0.98% -
XYZ 66.06 84 49.29 -
YUV 226.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 204 250 167 0.18 0 0.33 0.02 93.25 0.89 0.82
Hex CC FA A7 12 0 21 2 5D 59 52
Octal 314 372 247 22 0 41 2 135 131 122
Binary 11001100 11111010 10100111 10010 0 100001 10 1011101 1011001 1010010

Color Harmonies of #CCFAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAA7

Black with #CCFAA7

Text Example


Text Example

White with #CCFAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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