Html Css Color HEX #029B75 Free Speech Aquamarine

📋 copy color: '#029B75'

red 2 ◦ green 155 ◦ blue 117

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

Shades of Free Speech Aquamarine #029B75

Tints of Free Speech Aquamarine #029B75

RGB

 RED value IS 2 (1.17% from 255) = 0.73%

 GREEN value IS 155 (60.94% from 255) = 56.57%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 0.73%
G = 56.57%
B = 42.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#029B75 (or 0x029B75) is known color: Free Speech Aquamarine. HEX triplet: 02, 9B and 75. RGB value is (2,155,117). Sum of RGB (Red+Green+Blue) = 2+155+117=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #029B75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B75 is #FD648A. Grayscale: #686868. Windows color (decimal): -16606347 or 7707394. OLE color: 7707394.

HSL color Cylindrical-coordinate representation of color #029B75: hue angle of 165.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B75 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 155 117 -
CMYK 0.99 0 0.25 0.39
HSL 165.1º 0.97% 0.31% -
HSV(B) 165.1º 0.99% 0.61% -
XYZ 14.96 24.74 20.82 -
YUV 104.92 134.81 54.59 -
System Red Green Blue C M Y K H S L
Decimal 2 155 117 0.99 0 0.25 0.39 165.1 0.97 0.31
Hex 2 9B 75 63 0 19 27 A5 61 1F
Octal 2 233 165 143 0 31 47 245 141 37
Binary 10 10011011 1110101 1100011 0 11001 100111 10100101 1100001 11111

Color Harmonies of #029B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029B75

Black with #029B75

Text Example


Text Example

White with #029B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029B75; }

 p { color: rgb(2,155,117); }

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

background-color css

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

 a { background-color: rgb(2,155,117); }

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

border-color css

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

 span { border-color: rgb(2,155,117); }

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