Html Css Color HEX #069990 Persian Green

📋 copy color: '#069990'

red 6 ◦ green 153 ◦ blue 144

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

Shades of Persian Green #069990

Tints of Persian Green #069990

RGB

 RED value IS 6 (2.73% from 255) = 1.98%

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

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 1.98%
G = 50.5%
B = 47.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#069990 (or 0x069990) is known color: Persian Green. HEX triplet: 06, 99 and 90. RGB value is (6,153,144). Sum of RGB (Red+Green+Blue) = 6+153+144=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #069990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069990 is #F9666F. Grayscale: #6B6B6B. Windows color (decimal): -16344688 or 9476358. OLE color: 9476358.

HSL color Cylindrical-coordinate representation of color #069990: hue angle of 176.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069990 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 144 -
CMYK 0.96 0 0.06 0.4
HSL 176.33º 0.92% 0.31% -
HSV(B) 176.33º 0.96% 0.6% -
XYZ 16.5 24.83 30.31 -
YUV 108.02 148.3 55.23 -
System Red Green Blue C M Y K H S L
Decimal 6 153 144 0.96 0 0.06 0.4 176.33 0.92 0.31
Hex 6 99 90 60 0 6 28 B0 5C 1F
Octal 6 231 220 140 0 6 50 260 134 37
Binary 110 10011001 10010000 1100000 0 110 101000 10110000 1011100 11111

Color Harmonies of #069990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069990

Black with #069990

Text Example


Text Example

White with #069990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069990; }

 p { color: rgb(6,153,144); }

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

background-color css

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

 a { background-color: rgb(6,153,144); }

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

border-color css

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

 span { border-color: rgb(6,153,144); }

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