Html Css Color HEX #069993 Persian Green

📋 copy color: '#069993'

red 6 ◦ green 153 ◦ blue 147

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

Shades of Persian Green #069993

Tints of Persian Green #069993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.04%

R = 1.96%
G = 50%
B = 48.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#069993 (or 0x069993) is known color: Persian Green. HEX triplet: 06, 99 and 93. RGB value is (6,153,147). Sum of RGB (Red+Green+Blue) = 6+153+147=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #069993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069993 is #F9666C. Grayscale: #6C6C6C. Windows color (decimal): -16344685 or 9672966. OLE color: 9672966.

HSL color Cylindrical-coordinate representation of color #069993: hue angle of 177.55º 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 #069993 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 147 -
CMYK 0.96 0 0.04 0.4
HSL 177.55º 0.92% 0.31% -
HSV(B) 177.55º 0.96% 0.6% -
XYZ 16.73 24.93 31.53 -
YUV 108.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 6 153 147 0.96 0 0.04 0.4 177.55 0.92 0.31
Hex 6 99 93 60 0 4 28 B2 5C 1F
Octal 6 231 223 140 0 4 50 262 134 37
Binary 110 10011001 10010011 1100000 0 100 101000 10110010 1011100 11111

Color Harmonies of #069993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069993

Black with #069993

Text Example


Text Example

White with #069993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069993; }

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

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

background-color css

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

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

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

border-color css

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

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

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