Html Css Color HEX #05998B Persian Green

📋 copy color: '#05998B'

red 5 ◦ green 153 ◦ blue 139

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

Shades of Persian Green #05998B

Tints of Persian Green #05998B

RGB

 RED value IS 5 (2.34% from 255) = 1.68%

 GREEN value IS 153 (60.16% from 255) = 51.52%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 1.68%
G = 51.52%
B = 46.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#05998B (or 0x05998B) is known color: Persian Green. HEX triplet: 05, 99 and 8B. RGB value is (5,153,139). Sum of RGB (Red+Green+Blue) = 5+153+139=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #05998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05998B is #FA6674. Grayscale: #6B6B6B. Windows color (decimal): -16410229 or 9148677. OLE color: 9148677.

HSL color Cylindrical-coordinate representation of color #05998B: hue angle of 174.32º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05998B is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 139 -
CMYK 0.97 0 0.09 0.4
HSL 174.32º 0.94% 0.31% -
HSV(B) 174.32º 0.97% 0.6% -
XYZ 16.11 24.68 28.34 -
YUV 107.15 145.97 55.14 -
System Red Green Blue C M Y K H S L
Decimal 5 153 139 0.97 0 0.09 0.4 174.32 0.94 0.31
Hex 5 99 8B 61 0 9 28 AE 5E 1F
Octal 5 231 213 141 0 11 50 256 136 37
Binary 101 10011001 10001011 1100001 0 1001 101000 10101110 1011110 11111

Color Harmonies of #05998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05998B

Black with #05998B

Text Example


Text Example

White with #05998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05998B; }

 p { color: rgb(5,153,139); }

 H1.HeaderClassName
 {
   color: #05998B;
 }
 .AnyTagClassName
 {
   color: #05998B;
 }
</style>

background-color css

<style>
 a { background-color: #05998B; }

 a { background-color: rgb(5,153,139); }

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

border-color css

<style>
 span { border-color: #05998B; }

 span { border-color: rgb(5,153,139); }

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