Html Css Color HEX #33BDB0 Light Sea Green

📋 copy color: '#33BDB0'

red 51 ◦ green 189 ◦ blue 176

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

Shades of Light Sea Green #33BDB0

Tints of Light Sea Green #33BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.43%

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 12.26%
G = 45.43%
B = 42.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#33BDB0 (or 0x33BDB0) is known color: Light Sea Green. HEX triplet: 33, BD and B0. RGB value is (51,189,176). Sum of RGB (Red+Green+Blue) = 51+189+176=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #33BDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BDB0 is #CC424F. Grayscale: #929292. Windows color (decimal): -13386320 or 11582771. OLE color: 11582771.

HSL color Cylindrical-coordinate representation of color #33BDB0: hue angle of 174.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BDB0 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 189 176 -
CMYK 0.73 0 0.07 0.26
HSL 174.35º 0.58% 0.47% -
HSV(B) 174.35º 0.73% 0.74% -
XYZ 27.4 40.23 47.4 -
YUV 146.26 144.78 60.06 -
System Red Green Blue C M Y K H S L
Decimal 51 189 176 0.73 0 0.07 0.26 174.35 0.58 0.47
Hex 33 BD B0 49 0 7 1A AE 3A 2F
Octal 63 275 260 111 0 7 32 256 72 57
Binary 110011 10111101 10110000 1001001 0 111 11010 10101110 111010 101111

Color Harmonies of #33BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDB0

Black with #33BDB0

Text Example


Text Example

White with #33BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,189,176); }

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

background-color css

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

 a { background-color: rgb(51,189,176); }

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

border-color css

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

 span { border-color: rgb(51,189,176); }

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