#CCE093

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

Shades of Reef #CCE093

Tints of Reef #CCE093

Color information

#CCE093 (or 0xCCE093) is unknown color: approx Reef. HEX triplet: CC, E0 and 93. RGB value is (204,224,147). Sum of RGB (Red+Green+Blue) = 204+224+147=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE093 is #331F6C. Grayscale: #D1D1D1. Windows color (decimal): -3350381 or 9691340. OLE color: 9691340.

HSL color Cylindrical-coordinate representation of color #CCE093: hue angle of 75.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCE093 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB204224147-
CMYK0.0900.340.12
HSL75.58º55.4%72.75%-
HSV(B)75.58º34.38%87.84%-
XYZ56.8268.2637.78-
YUV209.2492.87124.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=35.48%
G=38.96%
B=25.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241470.0900.340.1275.5855.472.75
HexCCE0939022C4c3749
Octal314340223110421411467111
Binary11001100111000001001001110010100010110010011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE093; }

 p { color: rgb(204,224,147); }

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

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

 a { background-color: rgb(204,224,147); }

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

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

 span { border-color: rgb(204,224,147); }

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