Html Css Color HEX #38AB9B Niagara

📋 copy color: '#38AB9B'

red 56 ◦ green 171 ◦ blue 155

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

Shades of Niagara #38AB9B

Tints of Niagara #38AB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.76%

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 14.66%
G = 44.76%
B = 40.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#38AB9B (or 0x38AB9B) is known color: Niagara. HEX triplet: 38, AB and 9B. RGB value is (56,171,155). Sum of RGB (Red+Green+Blue) = 56+171+155=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB9B is #C75464. Grayscale: #868686. Windows color (decimal): -13063269 or 10201912. OLE color: 10201912.

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

Color convert

RGB 56 171 155 -
CMYK 0.67 0 0.09 0.33
HSL 171.65º 0.51% 0.45% -
HSV(B) 171.65º 0.67% 0.67% -
XYZ 22.11 32.33 36.09 -
YUV 134.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 56 171 155 0.67 0 0.09 0.33 171.65 0.51 0.45
Hex 38 AB 9B 43 0 9 21 AC 33 2D
Octal 70 253 233 103 0 11 41 254 63 55
Binary 111000 10101011 10011011 1000011 0 1001 100001 10101100 110011 101101

Color Harmonies of #38AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB9B

Black with #38AB9B

Text Example


Text Example

White with #38AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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