Html Css Color HEX #3BA5AB Pelorous

📋 copy color: '#3BA5AB'

red 59 ◦ green 165 ◦ blue 171

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

Shades of Pelorous #3BA5AB

Tints of Pelorous #3BA5AB

RGB

 RED value IS 59 (23.44% from 255) = 14.94%

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 14.94%
G = 41.77%
B = 43.29%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3BA5AB (or 0x3BA5AB) is known color: Pelorous. HEX triplet: 3B, A5 and AB. RGB value is (59,165,171). Sum of RGB (Red+Green+Blue) = 59+165+171=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #3BA5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA5AB is #C45A54. Grayscale: #858585. Windows color (decimal): -12868181 or 11248955. OLE color: 11248955.

HSL color Cylindrical-coordinate representation of color #3BA5AB: hue angle of 183.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA5AB is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 165 171 -
CMYK 0.65 0.04 0 0.33
HSL 183.21º 0.49% 0.45% -
HSV(B) 183.21º 0.65% 0.67% -
XYZ 22.61 30.78 43.28 -
YUV 133.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 59 165 171 0.65 0.04 0 0.33 183.21 0.49 0.45
Hex 3B A5 AB 41 4 0 21 B7 31 2D
Octal 73 245 253 101 4 0 41 267 61 55
Binary 111011 10100101 10101011 1000001 100 0 100001 10110111 110001 101101

Color Harmonies of #3BA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA5AB

Black with #3BA5AB

Text Example


Text Example

White with #3BA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BA5AB; }

 p { color: rgb(59,165,171); }

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

background-color css

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

 a { background-color: rgb(59,165,171); }

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

border-color css

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

 span { border-color: rgb(59,165,171); }

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