#CBF9A0

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

Shades of Reef #CBF9A0

Tints of Reef #CBF9A0

Color information

#CBF9A0 (or 0xCBF9A0) is unknown color: approx Reef. HEX triplet: CB, F9 and A0. RGB value is (203,249,160). Sum of RGB (Red+Green+Blue) = 203+249+160=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF9A0 is #34065F. Grayscale: #E1E1E1. Windows color (decimal): -3409504 or 10549707. OLE color: 10549707.

HSL color Cylindrical-coordinate representation of color #CBF9A0: hue angle of 91.01º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBF9A0 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB203249160-
CMYK0.1800.360.02
HSL91.01º88.12%80.2%-
HSV(B)91.01º35.74%97.65%-
XYZ64.8582.9945.86-
YUV225.191.26112.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 160 (62.89% from 255) = 26.14%
R=33.17%
G=40.69%
B=26.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491600.1800.360.0291.0188.1280.2
HexCBF9A01202425b5850
Octal313371240220442133130120
Binary11001011111110011010000010010010010010101101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9A0; }

 p { color: rgb(203,249,160); }

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

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

 a { background-color: rgb(203,249,160); }

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

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

 span { border-color: rgb(203,249,160); }

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