#BEEA98

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

Shades of Reef #BEEA98

Tints of Reef #BEEA98

Color information

#BEEA98 (or 0xBEEA98) is unknown color: approx Reef. HEX triplet: BE, EA and 98. RGB value is (190,234,152). Sum of RGB (Red+Green+Blue) = 190+234+152=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEA98 is #411567. Grayscale: #D3D3D3. Windows color (decimal): -4265320 or 10021566. OLE color: 10021566.

HSL color Cylindrical-coordinate representation of color #BEEA98: hue angle of 92.2º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEEA98 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB190234152-
CMYK0.1900.350.08
HSL92.2º66.13%75.69%-
HSV(B)92.2º35.04%91.76%-
XYZ56.3372.0640.65-
YUV211.594.42112.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 234 (91.80% from 255) = 40.62%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=32.99%
G=40.62%
B=26.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341520.1900.350.0892.266.1375.69
HexBEEA981302385c424c
Octal2763522302304310134102114
Binary1011111011101010100110001001101000111000101110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA98; }

 p { color: rgb(190,234,152); }

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

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

 a { background-color: rgb(190,234,152); }

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

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

 span { border-color: rgb(190,234,152); }

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