#CEEB94

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

Shades of Reef #CEEB94

Tints of Reef #CEEB94

Color information

#CEEB94 (or 0xCEEB94) is unknown color: approx Reef. HEX triplet: CE, EB and 94. RGB value is (206,235,148). Sum of RGB (Red+Green+Blue) = 206+235+148=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEB94 is #31146B. Grayscale: #D8D8D8. Windows color (decimal): -3216492 or 9759694. OLE color: 9759694.

HSL color Cylindrical-coordinate representation of color #CEEB94: hue angle of 80º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEEB94 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB206235148-
CMYK0.1200.370.08
HSL80º68.5%75.1%-
HSV(B)80º37.02%92.16%-
XYZ60.5174.6839.24-
YUV216.4189.39120.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=34.97%
G=39.90%
B=25.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351480.1200.370.088068.575.1
HexCEEB94C025850454b
Octal3163532241404510120105113
Binary110011101110101110010100110001001011000101000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEB94; }

 p { color: rgb(206,235,148); }

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

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

 a { background-color: rgb(206,235,148); }

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

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

 span { border-color: rgb(206,235,148); }

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