Html Css Color HEX #0BAEAF Light Sea Green

📋 copy color: '#0BAEAF'

red 11 ◦ green 174 ◦ blue 175

#0BAEAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0BAEAF

Tints of Light Sea Green #0BAEAF

RGB

 RED value IS 11 (4.69% from 255) = 3.06%

 GREEN value IS 174 (68.36% from 255) = 48.33%

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 3.06%
G = 48.33%
B = 48.61%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0BAEAF (or 0x0BAEAF) is known color: Light Sea Green. HEX triplet: 0B, AE and AF. RGB value is (11,174,175). Sum of RGB (Red+Green+Blue) = 11+174+175=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #0BAEAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEAF is #F45150. Grayscale: #7D7D7D. Windows color (decimal): -16011601 or 11513355. OLE color: 11513355.

HSL color Cylindrical-coordinate representation of color #0BAEAF: hue angle of 180.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAEAF is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 174 175 -
CMYK 0.94 0.01 0 0.31
HSL 180.37º 0.88% 0.36% -
HSV(B) 180.37º 0.94% 0.69% -
XYZ 23.01 33.44 45.8 -
YUV 125.38 156 46.42 -
System Red Green Blue C M Y K H S L
Decimal 11 174 175 0.94 0.01 0 0.31 180.37 0.88 0.36
Hex B AE AF 5E 1 0 1F B4 58 24
Octal 13 256 257 136 1 0 37 264 130 44
Binary 1011 10101110 10101111 1011110 1 0 11111 10110100 1011000 100100

Color Harmonies of #0BAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEAF

Black with #0BAEAF

Text Example


Text Example

White with #0BAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BAEAF; }

 p { color: rgb(11,174,175); }

 H1.HeaderClassName
 {
   color: #0BAEAF;
 }
 .AnyTagClassName
 {
   color: #0BAEAF;
 }
</style>

background-color css

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

 a { background-color: rgb(11,174,175); }

 div.DivClassName
 {
   background-color: #0BAEAF;
 }
 .BgClassName
 {
   background-color: #0BAEAF;
 }
</style>

border-color css

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

 span { border-color: rgb(11,174,175); }

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