Html Css Color HEX #0DBBAF Light Sea Green

📋 copy color: '#0DBBAF'

red 13 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #0DBBAF

Tints of Light Sea Green #0DBBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.87%

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

R = 3.47%
G = 49.87%
B = 46.67%

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

#0DBBAF (or 0x0DBBAF) is known color: Light Sea Green. HEX triplet: 0D, BB and AF. RGB value is (13,187,175). Sum of RGB (Red+Green+Blue) = 13+187+175=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBBAF is #F24450. Grayscale: #858585. Windows color (decimal): -15877201 or 11516685. OLE color: 11516685.

HSL color Cylindrical-coordinate representation of color #0DBBAF: hue angle of 175.86º 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 #0DBBAF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 187 175 -
CMYK 0.93 0 0.06 0.27
HSL 175.86º 0.87% 0.39% -
HSV(B) 175.86º 0.93% 0.73% -
XYZ 25.67 38.72 46.68 -
YUV 133.61 151.35 41.98 -
System Red Green Blue C M Y K H S L
Decimal 13 187 175 0.93 0 0.06 0.27 175.86 0.87 0.39
Hex D BB AF 5D 0 6 1B B0 57 27
Octal 15 273 257 135 0 6 33 260 127 47
Binary 1101 10111011 10101111 1011101 0 110 11011 10110000 1010111 100111

Color Harmonies of #0DBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBBAF

Black with #0DBBAF

Text Example


Text Example

White with #0DBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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