#CCFEA5

Color #CCFEA5 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CCFEA5

Tints of Reef #CCFEA5

Color information

#CCFEA5 (or 0xCCFEA5) is unknown color: approx Reef. HEX triplet: CC, FE and A5. RGB value is (204,254,165). Sum of RGB (Red+Green+Blue) = 204+254+165=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEA5 is #33015A. Grayscale: #E5E5E5. Windows color (decimal): -3342683 or 10878668. OLE color: 10878668.

HSL color Cylindrical-coordinate representation of color #CCFEA5: hue angle of 93.71º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCFEA5 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB204254165-
CMYK0.2000.350.00
HSL93.71º97.8%82.16%-
HSV(B)93.71º35.04%99.61%-
XYZ67.1486.4448.74-
YUV228.991.94110.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 165 (64.84% from 255) = 26.48%
R=32.74%
G=40.77%
B=26.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541650.2000.350.0093.7197.882.16
HexCCFEA51402305e6252
Octal314376245240430136142122
Binary1100110011111110101001011010001000110101111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEA5; }

 p { color: rgb(204,254,165); }

 H1.HeaderClassName
 {
   color: #CCFEA5;
 }
 .AnyTagClassName
 {
   color: #CCFEA5;
 }
</style>
background-color css

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

 a { background-color: rgb(204,254,165); }

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

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

 span { border-color: rgb(204,254,165); }

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