Html Css Color HEX #069995 Persian Green

📋 copy color: '#069995'

red 6 ◦ green 153 ◦ blue 149

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

Shades of Persian Green #069995

Tints of Persian Green #069995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 1.95%
G = 49.68%
B = 48.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#069995 (or 0x069995) is known color: Persian Green. HEX triplet: 06, 99 and 95. RGB value is (6,153,149). Sum of RGB (Red+Green+Blue) = 6+153+149=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #069995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069995 is #F9666A. Grayscale: #6C6C6C. Windows color (decimal): -16344683 or 9804038. OLE color: 9804038.

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

Color convert

RGB 6 153 149 -
CMYK 0.96 0 0.03 0.4
HSL 178.37º 0.92% 0.31% -
HSV(B) 178.37º 0.96% 0.6% -
XYZ 16.89 24.99 32.37 -
YUV 108.59 150.8 54.83 -
System Red Green Blue C M Y K H S L
Decimal 6 153 149 0.96 0 0.03 0.4 178.37 0.92 0.31
Hex 6 99 95 60 0 3 28 B2 5C 1F
Octal 6 231 225 140 0 3 50 262 134 37
Binary 110 10011001 10010101 1100000 0 11 101000 10110010 1011100 11111

Color Harmonies of #069995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069995

Black with #069995

Text Example


Text Example

White with #069995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069995; }

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

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

background-color css

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

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

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

border-color css

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

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

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