Html Css Color HEX #10998B Persian Green

📋 copy color: '#10998B'

red 16 ◦ green 153 ◦ blue 139

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

Shades of Persian Green #10998B

Tints of Persian Green #10998B

RGB

 RED value IS 16 (6.64% from 255) = 5.19%

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

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

R = 5.19%
G = 49.68%
B = 45.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#10998B (or 0x10998B) is known color: Persian Green. HEX triplet: 10, 99 and 8B. RGB value is (16,153,139). Sum of RGB (Red+Green+Blue) = 16+153+139=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #10998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10998B is #EF6674. Grayscale: #6E6E6E. Windows color (decimal): -15689333 or 9148688. OLE color: 9148688.

HSL color Cylindrical-coordinate representation of color #10998B: hue angle of 173.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10998B is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 153 139 -
CMYK 0.90 0 0.09 0.4
HSL 173.87º 0.81% 0.33% -
HSV(B) 173.87º 0.9% 0.6% -
XYZ 16.27 24.76 28.35 -
YUV 110.44 144.11 60.64 -
System Red Green Blue C M Y K H S L
Decimal 16 153 139 0.90 0 0.09 0.4 173.87 0.81 0.33
Hex 10 99 8B 5A 0 9 28 AE 51 21
Octal 20 231 213 132 0 11 50 256 121 41
Binary 10000 10011001 10001011 1011010 0 1001 101000 10101110 1010001 100001

Color Harmonies of #10998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10998B

Black with #10998B

Text Example


Text Example

White with #10998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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