#CCF394

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

Shades of Reef #CCF394

Tints of Reef #CCF394

Color information

#CCF394 (or 0xCCF394) is unknown color: approx Reef. HEX triplet: CC, F3 and 94. RGB value is (204,243,148). Sum of RGB (Red+Green+Blue) = 204+243+148=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF394 is #330C6B. Grayscale: #DCDCDC. Windows color (decimal): -3345516 or 9761740. OLE color: 9761740.

HSL color Cylindrical-coordinate representation of color #CCF394: hue angle of 84.63º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF394 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB204243148-
CMYK0.1600.390.05
HSL84.63º79.83%76.67%-
HSV(B)84.63º39.09%95.29%-
XYZ62.379.0840-
YUV220.5187.08116.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=34.29%
G=40.84%
B=24.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431480.1600.390.0584.6379.8376.67
HexCCF39410027555504d
Octal314363224200475125120115
Binary110011001111001110010100100000100111101101010110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF394; }

 p { color: rgb(204,243,148); }

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

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

 a { background-color: rgb(204,243,148); }

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

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

 span { border-color: rgb(204,243,148); }

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