Html Css Color HEX #069A98 Persian Green

📋 copy color: '#069A98'

red 6 ◦ green 154 ◦ blue 152

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

Shades of Persian Green #069A98

Tints of Persian Green #069A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.36%

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 1.92%
G = 49.36%
B = 48.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#069A98 (or 0x069A98) is known color: Persian Green. HEX triplet: 06, 9A and 98. RGB value is (6,154,152). Sum of RGB (Red+Green+Blue) = 6+154+152=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #069A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069A98 is #F96567. Grayscale: #6D6D6D. Windows color (decimal): -16344424 or 10000902. OLE color: 10000902.

HSL color Cylindrical-coordinate representation of color #069A98: hue angle of 179.19º degrees, saturation: 0.93, 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 #069A98 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 152 -
CMYK 0.96 0 0.01 0.40
HSL 179.19º 0.93% 0.31% -
HSV(B) 179.19º 0.96% 0.6% -
XYZ 17.3 25.42 33.7 -
YUV 109.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 6 154 152 0.96 0 0.01 0.40 179.19 0.93 0.31
Hex 6 9A 98 60 0 1 28 B3 5C 1F
Octal 6 232 230 140 0 1 50 263 134 37
Binary 110 10011010 10011000 1100000 0 1 101000 10110011 1011100 11111

Color Harmonies of #069A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A98

Black with #069A98

Text Example


Text Example

White with #069A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,154,152); }

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

background-color css

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

 a { background-color: rgb(6,154,152); }

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

border-color css

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

 span { border-color: rgb(6,154,152); }

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