Html Css Color HEX #0F825A Deep Sea

📋 copy color: '#0F825A'

red 15 ◦ green 130 ◦ blue 90

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

Shades of Deep Sea #0F825A

Tints of Deep Sea #0F825A

RGB

 RED value IS 15 (6.25% from 255) = 6.38%

 GREEN value IS 130 (51.17% from 255) = 55.32%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 6.38%
G = 55.32%
B = 38.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#0F825A (or 0x0F825A) is known color: Deep Sea. HEX triplet: 0F, 82 and 5A. RGB value is (15,130,90). Sum of RGB (Red+Green+Blue) = 15+130+90=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #0F825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F825A is #F07DA5. Grayscale: #5B5B5B. Windows color (decimal): -15760806 or 5931535. OLE color: 5931535.

HSL color Cylindrical-coordinate representation of color #0F825A: hue angle of 159.13º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F825A is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 90 -
CMYK 0.88 0 0.31 0.49
HSL 159.13º 0.79% 0.28% -
HSV(B) 159.13º 0.88% 0.51% -
XYZ 10.03 16.81 12.39 -
YUV 91.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 15 130 90 0.88 0 0.31 0.49 159.13 0.79 0.28
Hex F 82 5A 58 0 1F 31 9F 4F 1C
Octal 17 202 132 130 0 37 61 237 117 34
Binary 1111 10000010 1011010 1011000 0 11111 110001 10011111 1001111 11100

Color Harmonies of #0F825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F825A

Black with #0F825A

Text Example


Text Example

White with #0F825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,90); }

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

background-color css

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

 a { background-color: rgb(15,130,90); }

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

border-color css

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

 span { border-color: rgb(15,130,90); }

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