#cbea94

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

Shades of Reef #CBEA94

Tints of Reef #CBEA94

Color information

#CBEA94 (or 0xCBEA94) is unknown color: approx Reef. HEX triplet: CB, EA and 94. RGB value is (203,234,148). Sum of RGB (Red+Green+Blue) = 203+234+148=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA94 is #34156B. Grayscale: #D7D7D7. Windows color (decimal): -3413356 or 9759435. OLE color: 9759435.

HSL color Cylindrical-coordinate representation of color #CBEA94: hue angle of 81.63º degrees, saturation: 0.67, 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 #CBEA94 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB203234148-
CMYK0.1300.370.08
HSL81.63º67.19%74.9%-
HSV(B)81.63º36.75%91.76%-
XYZ59.473.6839.11-
YUV214.9390.23119.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=34.70%
G=40%
B=25.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341480.1300.370.0881.6367.1974.9
HexCBEA94D025852434b
Octal3133522241504510122103113
Binary110010111110101010010100110101001011000101001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbea94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbea94; }

 p { color: rgb(203,234,148); }

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

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

 a { background-color: rgb(203,234,148); }

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

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

 span { border-color: rgb(203,234,148); }

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