Html Css Color HEX #0DAFAB Light Sea Green

📋 copy color: '#0DAFAB'

red 13 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #0DAFAB

Tints of Light Sea Green #0DAFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.75%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 3.62%
G = 48.75%
B = 47.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#0DAFAB (or 0x0DAFAB) is known color: Light Sea Green. HEX triplet: 0D, AF and AB. RGB value is (13,175,171). Sum of RGB (Red+Green+Blue) = 13+175+171=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAFAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAFAB is #F25054. Grayscale: #7D7D7D. Windows color (decimal): -15880277 or 11251469. OLE color: 11251469.

HSL color Cylindrical-coordinate representation of color #0DAFAB: hue angle of 178.52º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAFAB is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 171 -
CMYK 0.93 0 0.02 0.31
HSL 178.52º 0.86% 0.37% -
HSV(B) 178.52º 0.93% 0.69% -
XYZ 22.85 33.69 43.83 -
YUV 126.11 153.33 47.33 -
System Red Green Blue C M Y K H S L
Decimal 13 175 171 0.93 0 0.02 0.31 178.52 0.86 0.37
Hex D AF AB 5D 0 2 1F B3 56 25
Octal 15 257 253 135 0 2 37 263 126 45
Binary 1101 10101111 10101011 1011101 0 10 11111 10110011 1010110 100101

Color Harmonies of #0DAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFAB

Black with #0DAFAB

Text Example


Text Example

White with #0DAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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