#CEEEAE

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

Shades of Reef #CEEEAE

Tints of Reef #CEEEAE

Color information

#CEEEAE (or 0xCEEEAE) is unknown color: approx Reef. HEX triplet: CE, EE and AE. RGB value is (206,238,174). Sum of RGB (Red+Green+Blue) = 206+238+174=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEAE is #311151. Grayscale: #DDDDDD. Windows color (decimal): -3215698 or 11464398. OLE color: 11464398.

HSL color Cylindrical-coordinate representation of color #CEEEAE: hue angle of 90º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEEEAE is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB206238174-
CMYK0.1300.270.07
HSL90º65.31%80.78%-
HSV(B)90º26.89%93.33%-
XYZ63.6777.3351.61-
YUV221.14101.4117.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=33.33%
G=38.51%
B=28.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381740.1300.270.079065.3180.78
HexCEEEAED01B75a4151
Octal316356256150337132101121
Binary1100111011101110101011101101011011111101101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEAE; }

 p { color: rgb(206,238,174); }

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

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

 a { background-color: rgb(206,238,174); }

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

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

 span { border-color: rgb(206,238,174); }

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