#CCF392

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

Shades of Reef #CCF392

Tints of Reef #CCF392

Color information

#CCF392 (or 0xCCF392) is unknown color: approx Reef. HEX triplet: CC, F3 and 92. RGB value is (204,243,146). Sum of RGB (Red+Green+Blue) = 204+243+146=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF392 is #330C6D. Grayscale: #DCDCDC. Windows color (decimal): -3345518 or 9630668. OLE color: 9630668.

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

Color convert

RGB204243146-
CMYK0.1600.400.05
HSL84.12º80.17%76.27%-
HSV(B)84.12º39.92%95.29%-
XYZ62.1479.0139.17-
YUV220.2886.08116.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 243 (95.31% from 255) = 40.98%
BLUE value IS 146 (57.42% from 255) = 24.62%
R=34.40%
G=40.98%
B=24.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431460.1600.400.0584.1280.1776.27
HexCCF39210028554504c
Octal314363222200505124120114
Binary110011001111001110010010100000101000101101010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF392; }

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

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

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

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

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

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

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

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