Html Css Color HEX #38A1BE Pelorous

📋 copy color: '#38A1BE'

red 56 ◦ green 161 ◦ blue 190

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

Shades of Pelorous #38A1BE

Tints of Pelorous #38A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 13.76%
G = 39.56%
B = 46.68%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#38A1BE (or 0x38A1BE) is known color: Pelorous. HEX triplet: 38, A1 and BE. RGB value is (56,161,190). Sum of RGB (Red+Green+Blue) = 56+161+190=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #38A1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A1BE is #C75E41. Grayscale: #848484. Windows color (decimal): -13065794 or 12493112. OLE color: 12493112.

HSL color Cylindrical-coordinate representation of color #38A1BE: hue angle of 192.99º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38A1BE is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 161 190 -
CMYK 0.71 0.15 0 0.25
HSL 192.99º 0.54% 0.48% -
HSV(B) 192.99º 0.71% 0.75% -
XYZ 23.67 30.05 53.27 -
YUV 132.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 56 161 190 0.71 0.15 0 0.25 192.99 0.54 0.48
Hex 38 A1 BE 47 F 0 19 C1 36 30
Octal 70 241 276 107 17 0 31 301 66 60
Binary 111000 10100001 10111110 1000111 1111 0 11001 11000001 110110 110000

Color Harmonies of #38A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A1BE

Black with #38A1BE

Text Example


Text Example

White with #38A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,161,190); }

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

background-color css

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

 a { background-color: rgb(56,161,190); }

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

border-color css

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

 span { border-color: rgb(56,161,190); }

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