Html Css Color HEX #069E8B Persian Green

📋 copy color: '#069E8B'

red 6 ◦ green 158 ◦ blue 139

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

Shades of Persian Green #069E8B

Tints of Persian Green #069E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.15%

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

R = 1.98%
G = 52.15%
B = 45.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#069E8B (or 0x069E8B) is known color: Persian Green. HEX triplet: 06, 9E and 8B. RGB value is (6,158,139). Sum of RGB (Red+Green+Blue) = 6+158+139=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #069E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069E8B is #F96174. Grayscale: #6E6E6E. Windows color (decimal): -16343413 or 9149958. OLE color: 9149958.

HSL color Cylindrical-coordinate representation of color #069E8B: hue angle of 172.5º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069E8B is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 158 139 -
CMYK 0.96 0 0.12 0.38
HSL 172.5º 0.93% 0.32% -
HSV(B) 172.5º 0.96% 0.62% -
XYZ 16.96 26.36 28.62 -
YUV 110.39 144.14 53.54 -
System Red Green Blue C M Y K H S L
Decimal 6 158 139 0.96 0 0.12 0.38 172.5 0.93 0.32
Hex 6 9E 8B 60 0 C 26 AC 5D 20
Octal 6 236 213 140 0 14 46 254 135 40
Binary 110 10011110 10001011 1100000 0 1100 100110 10101100 1011101 100000

Color Harmonies of #069E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069E8B

Black with #069E8B

Text Example


Text Example

White with #069E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069E8B; }

 p { color: rgb(6,158,139); }

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

background-color css

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

 a { background-color: rgb(6,158,139); }

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

border-color css

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

 span { border-color: rgb(6,158,139); }

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