Html Css Color HEX #38A2AB Pelorous

📋 copy color: '#38A2AB'

red 56 ◦ green 162 ◦ blue 171

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

Shades of Pelorous #38A2AB

Tints of Pelorous #38A2AB

RGB

 RED value IS 56 (22.27% from 255) = 14.4%

 GREEN value IS 162 (63.67% from 255) = 41.65%

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

R = 14.4%
G = 41.65%
B = 43.96%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#38A2AB (or 0x38A2AB) is known color: Pelorous. HEX triplet: 38, A2 and AB. RGB value is (56,162,171). Sum of RGB (Red+Green+Blue) = 56+162+171=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #38A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A2AB is #C75D54. Grayscale: #838383. Windows color (decimal): -13065557 or 11248184. OLE color: 11248184.

HSL color Cylindrical-coordinate representation of color #38A2AB: hue angle of 184.7º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A2AB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 162 171 -
CMYK 0.67 0.05 0 0.33
HSL 184.7º 0.51% 0.45% -
HSV(B) 184.7º 0.67% 0.67% -
XYZ 21.9 29.62 43.09 -
YUV 131.33 150.38 74.27 -
System Red Green Blue C M Y K H S L
Decimal 56 162 171 0.67 0.05 0 0.33 184.7 0.51 0.45
Hex 38 A2 AB 43 5 0 21 B9 33 2D
Octal 70 242 253 103 5 0 41 271 63 55
Binary 111000 10100010 10101011 1000011 101 0 100001 10111001 110011 101101

Color Harmonies of #38A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A2AB

Black with #38A2AB

Text Example


Text Example

White with #38A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A2AB; }

 p { color: rgb(56,162,171); }

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

background-color css

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

 a { background-color: rgb(56,162,171); }

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

border-color css

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

 span { border-color: rgb(56,162,171); }

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