Html Css Color HEX #38AAAB Light Sea Green

📋 copy color: '#38AAAB'

red 56 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #38AAAB

Tints of Light Sea Green #38AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

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

R = 14.11%
G = 42.82%
B = 43.07%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#38AAAB (or 0x38AAAB) is known color: Light Sea Green. HEX triplet: 38, AA and AB. RGB value is (56,170,171). Sum of RGB (Red+Green+Blue) = 56+170+171=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #38AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AAAB is #C75554. Grayscale: #878787. Windows color (decimal): -13063509 or 11250232. OLE color: 11250232.

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

Color convert

RGB 56 170 171 -
CMYK 0.67 0.01 0 0.33
HSL 180.52º 0.51% 0.45% -
HSV(B) 180.52º 0.67% 0.67% -
XYZ 23.36 32.53 43.58 -
YUV 136.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 56 170 171 0.67 0.01 0 0.33 180.52 0.51 0.45
Hex 38 AA AB 43 1 0 21 B5 33 2D
Octal 70 252 253 103 1 0 41 265 63 55
Binary 111000 10101010 10101011 1000011 1 0 100001 10110101 110011 101101

Color Harmonies of #38AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAAB

Black with #38AAAB

Text Example


Text Example

White with #38AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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