Html Css Color HEX #38A5AB Pelorous

📋 copy color: '#38A5AB'

red 56 ◦ green 165 ◦ blue 171

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

Shades of Pelorous #38A5AB

Tints of Pelorous #38A5AB

RGB

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

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

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

R = 14.29%
G = 42.09%
B = 43.62%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#38A5AB (or 0x38A5AB) is known color: Pelorous. HEX triplet: 38, A5 and AB. RGB value is (56,165,171). Sum of RGB (Red+Green+Blue) = 56+165+171=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #38A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A5AB is #C75A54. Grayscale: #848484. Windows color (decimal): -13064789 or 11248952. OLE color: 11248952.

HSL color Cylindrical-coordinate representation of color #38A5AB: hue angle of 183.13º 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 #38A5AB is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 165 171 -
CMYK 0.67 0.04 0 0.33
HSL 183.13º 0.51% 0.45% -
HSV(B) 183.13º 0.67% 0.67% -
XYZ 22.44 30.69 43.27 -
YUV 133.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 56 165 171 0.67 0.04 0 0.33 183.13 0.51 0.45
Hex 38 A5 AB 43 4 0 21 B7 33 2D
Octal 70 245 253 103 4 0 41 267 63 55
Binary 111000 10100101 10101011 1000011 100 0 100001 10110111 110011 101101

Color Harmonies of #38A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A5AB

Black with #38A5AB

Text Example


Text Example

White with #38A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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