#CCE692

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

Shades of Reef #CCE692

Tints of Reef #CCE692

Color information

#CCE692 (or 0xCCE692) is unknown color: approx Reef. HEX triplet: CC, E6 and 92. RGB value is (204,230,146). Sum of RGB (Red+Green+Blue) = 204+230+146=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE692 is #33196D. Grayscale: #D4D4D4. Windows color (decimal): -3348846 or 9627340. OLE color: 9627340.

HSL color Cylindrical-coordinate representation of color #CCE692: hue angle of 78.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE692 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB204230146-
CMYK0.1100.370.10
HSL78.57º62.69%73.73%-
HSV(B)78.57º36.52%90.2%-
XYZ58.3971.5137.92-
YUV212.6590.39121.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 230 (90.23% from 255) = 39.66%
BLUE value IS 146 (57.42% from 255) = 25.17%
R=35.17%
G=39.66%
B=25.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301460.1100.370.1078.5762.6973.73
HexCCE692B025A4f3f4a
Octal314346222130451211777112
Binary11001100111001101001001010110100101101010011111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE692; }

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

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

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

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

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

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

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

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