Html Css Color HEX #0DBAAF Light Sea Green

📋 copy color: '#0DBAAF'

red 13 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #0DBAAF

Tints of Light Sea Green #0DBAAF

RGB

 RED value IS 13 (5.47% from 255) = 3.48%

 GREEN value IS 186 (73.05% from 255) = 49.73%

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

R = 3.48%
G = 49.73%
B = 46.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#0DBAAF (or 0x0DBAAF) is known color: Light Sea Green. HEX triplet: 0D, BA and AF. RGB value is (13,186,175). Sum of RGB (Red+Green+Blue) = 13+186+175=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAAF is #F24550. Grayscale: #848484. Windows color (decimal): -15877457 or 11516429. OLE color: 11516429.

HSL color Cylindrical-coordinate representation of color #0DBAAF: hue angle of 176.18º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBAAF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 175 -
CMYK 0.93 0 0.06 0.27
HSL 176.19º 0.87% 0.39% -
HSV(B) 176.19º 0.93% 0.73% -
XYZ 25.46 38.3 46.61 -
YUV 133.02 151.69 42.39 -
System Red Green Blue C M Y K H S L
Decimal 13 186 175 0.93 0 0.06 0.27 176.19 0.87 0.39
Hex D BA AF 5D 0 6 1B B0 57 27
Octal 15 272 257 135 0 6 33 260 127 47
Binary 1101 10111010 10101111 1011101 0 110 11011 10110000 1010111 100111

Color Harmonies of #0DBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAAF

Black with #0DBAAF

Text Example


Text Example

White with #0DBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,175); }

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

background-color css

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

 a { background-color: rgb(13,186,175); }

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

border-color css

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

 span { border-color: rgb(13,186,175); }

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