Html Css Color HEX #38AFA2 Light Sea Green

📋 copy color: '#38AFA2'

red 56 ◦ green 175 ◦ blue 162

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

Shades of Light Sea Green #38AFA2

Tints of Light Sea Green #38AFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

 BLUE value IS 162 (63.67% from 255) = 41.22%

R = 14.25%
G = 44.53%
B = 41.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#38AFA2 (or 0x38AFA2) is known color: Light Sea Green. HEX triplet: 38, AF and A2. RGB value is (56,175,162). Sum of RGB (Red+Green+Blue) = 56+175+162=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #38AFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AFA2 is #C7505D. Grayscale: #898989. Windows color (decimal): -13062238 or 10661688. OLE color: 10661688.

HSL color Cylindrical-coordinate representation of color #38AFA2: hue angle of 173.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AFA2 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 175 162 -
CMYK 0.68 0 0.07 0.31
HSL 173.45º 0.52% 0.45% -
HSV(B) 173.45º 0.68% 0.69% -
XYZ 23.48 34.11 39.53 -
YUV 137.94 141.58 69.56 -
System Red Green Blue C M Y K H S L
Decimal 56 175 162 0.68 0 0.07 0.31 173.45 0.52 0.45
Hex 38 AF A2 44 0 7 1F AD 34 2D
Octal 70 257 242 104 0 7 37 255 64 55
Binary 111000 10101111 10100010 1000100 0 111 11111 10101101 110100 101101

Color Harmonies of #38AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AFA2

Black with #38AFA2

Text Example


Text Example

White with #38AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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