#CBE6AF

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

Shades of Reef #CBE6AF

Tints of Reef #CBE6AF

Color information

#CBE6AF (or 0xCBE6AF) is unknown color: approx Reef. HEX triplet: CB, E6 and AF. RGB value is (203,230,175). Sum of RGB (Red+Green+Blue) = 203+230+175=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE6AF is #341950. Grayscale: #D7D7D7. Windows color (decimal): -3414353 or 11527883. OLE color: 11527883.

HSL color Cylindrical-coordinate representation of color #CBE6AF: hue angle of 89.45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBE6AF is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB203230175-
CMYK0.1200.240.10
HSL89.45º52.38%79.41%-
HSV(B)89.45º23.91%90.2%-
XYZ60.6672.3951.33-
YUV215.66105.05118.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=33.39%
G=37.83%
B=28.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032301750.1200.240.1089.4552.3879.41
HexCBE6AFC018A59344f
Octal313346257140301213164117
Binary1100101111100110101011111100011000101010110011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6AF; }

 p { color: rgb(203,230,175); }

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

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

 a { background-color: rgb(203,230,175); }

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

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

 span { border-color: rgb(203,230,175); }

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