#CBEFA3

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

Shades of Reef #CBEFA3

Tints of Reef #CBEFA3

Color information

#CBEFA3 (or 0xCBEFA3) is unknown color: approx Reef. HEX triplet: CB, EF and A3. RGB value is (203,239,163). Sum of RGB (Red+Green+Blue) = 203+239+163=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFA3 is #34105C. Grayscale: #DBDBDB. Windows color (decimal): -3412061 or 10743755. OLE color: 10743755.

HSL color Cylindrical-coordinate representation of color #CBEFA3: hue angle of 88.42º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBEFA3 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB203239163-
CMYK0.1500.320.06
HSL88.42º70.37%78.82%-
HSV(B)88.42º31.8%93.73%-
XYZ62.1177.0746.25-
YUV219.5796.07116.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 163 (64.06% from 255) = 26.94%
R=33.55%
G=39.50%
B=26.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391630.1500.320.0688.4270.3778.82
HexCBEFA3F020658464f
Octal313357243170406130106117
Binary11001011111011111010001111110100000110101100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFA3; }

 p { color: rgb(203,239,163); }

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

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

 a { background-color: rgb(203,239,163); }

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

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

 span { border-color: rgb(203,239,163); }

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