Html Css Color HEX #33BAB5 Light Sea Green

📋 copy color: '#33BAB5'

red 51 ◦ green 186 ◦ blue 181

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

Shades of Light Sea Green #33BAB5

Tints of Light Sea Green #33BAB5

RGB

 RED value IS 51 (20.31% from 255) = 12.2%

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 12.2%
G = 44.5%
B = 43.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#33BAB5 (or 0x33BAB5) is known color: Light Sea Green. HEX triplet: 33, BA and B5. RGB value is (51,186,181). Sum of RGB (Red+Green+Blue) = 51+186+181=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #33BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BAB5 is #CC454A. Grayscale: #909090. Windows color (decimal): -13387083 or 11909683. OLE color: 11909683.

HSL color Cylindrical-coordinate representation of color #33BAB5: hue angle of 177.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BAB5 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 186 181 -
CMYK 0.73 0 0.03 0.27
HSL 177.78º 0.57% 0.46% -
HSV(B) 177.78º 0.73% 0.73% -
XYZ 27.26 39.16 49.84 -
YUV 145.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 51 186 181 0.73 0 0.03 0.27 177.78 0.57 0.46
Hex 33 BA B5 49 0 3 1B B2 39 2E
Octal 63 272 265 111 0 3 33 262 71 56
Binary 110011 10111010 10110101 1001001 0 11 11011 10110010 111001 101110

Color Harmonies of #33BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BAB5

Black with #33BAB5

Text Example


Text Example

White with #33BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33BAB5; }

 p { color: rgb(51,186,181); }

 H1.HeaderClassName
 {
   color: #33BAB5;
 }
 .AnyTagClassName
 {
   color: #33BAB5;
 }
</style>

background-color css

<style>
 a { background-color: #33BAB5; }

 a { background-color: rgb(51,186,181); }

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

border-color css

<style>
 span { border-color: #33BAB5; }

 span { border-color: rgb(51,186,181); }

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