Html Css Color HEX #0D8469 Deep Sea

📋 copy color: '#0D8469'

red 13 ◦ green 132 ◦ blue 105

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

Shades of Deep Sea #0D8469

Tints of Deep Sea #0D8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 5.2%
G = 52.8%
B = 42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#0D8469 (or 0x0D8469) is known color: Deep Sea. HEX triplet: 0D, 84 and 69. RGB value is (13,132,105). Sum of RGB (Red+Green+Blue) = 13+132+105=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8469 is #F27B96. Grayscale: #5D5D5D. Windows color (decimal): -15891351 or 6915085. OLE color: 6915085.

HSL color Cylindrical-coordinate representation of color #0D8469: hue angle of 166.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8469 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 132 105 -
CMYK 0.90 0 0.20 0.48
HSL 166.39º 0.82% 0.28% -
HSV(B) 166.39º 0.9% 0.52% -
XYZ 10.97 17.61 16.19 -
YUV 93.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 13 132 105 0.90 0 0.20 0.48 166.39 0.82 0.28
Hex D 84 69 5A 0 14 30 A6 52 1C
Octal 15 204 151 132 0 24 60 246 122 34
Binary 1101 10000100 1101001 1011010 0 10100 110000 10100110 1010010 11100

Color Harmonies of #0D8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8469

Black with #0D8469

Text Example


Text Example

White with #0D8469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,132,105); }

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

background-color css

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

 a { background-color: rgb(13,132,105); }

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

border-color css

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

 span { border-color: rgb(13,132,105); }

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