Html Css Color HEX #0BAEAE Light Sea Green

📋 copy color: '#0BAEAE'

red 11 ◦ green 174 ◦ blue 174

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

Shades of Light Sea Green #0BAEAE

Tints of Light Sea Green #0BAEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 3.06%
G = 48.47%
B = 48.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0BAEAE (or 0x0BAEAE) is known color: Light Sea Green. HEX triplet: 0B, AE and AE. RGB value is (11,174,174). Sum of RGB (Red+Green+Blue) = 11+174+174=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #0BAEAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEAE is #F45151. Grayscale: #7D7D7D. Windows color (decimal): -16011602 or 11447819. OLE color: 11447819.

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

Color convert

RGB 11 174 174 -
CMYK 0.94 0 0 0.32
HSL 180º 0.88% 0.36% -
HSV(B) 180º 0.94% 0.68% -
XYZ 22.91 33.4 45.28 -
YUV 125.26 155.5 46.5 -
System Red Green Blue C M Y K H S L
Decimal 11 174 174 0.94 0 0 0.32 180 0.88 0.36
Hex B AE AE 5E 0 0 20 B4 58 24
Octal 13 256 256 136 0 0 40 264 130 44
Binary 1011 10101110 10101110 1011110 0 0 100000 10110100 1011000 100100

Color Harmonies of #0BAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEAE

Black with #0BAEAE

Text Example


Text Example

White with #0BAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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