Html Css Color HEX #33BFB2 Light Sea Green

📋 copy color: '#33BFB2'

red 51 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #33BFB2

Tints of Light Sea Green #33BFB2

RGB

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

 GREEN value IS 191 (75% from 255) = 45.48%

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 12.14%
G = 45.48%
B = 42.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#33BFB2 (or 0x33BFB2) is known color: Light Sea Green. HEX triplet: 33, BF and B2. RGB value is (51,191,178). Sum of RGB (Red+Green+Blue) = 51+191+178=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BFB2 is #CC404D. Grayscale: #939393. Windows color (decimal): -13385806 or 11714355. OLE color: 11714355.

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

Color convert

RGB 51 191 178 -
CMYK 0.73 0 0.07 0.25
HSL 174.43º 0.58% 0.47% -
HSV(B) 174.43º 0.73% 0.75% -
XYZ 28.03 41.18 48.59 -
YUV 147.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 51 191 178 0.73 0 0.07 0.25 174.43 0.58 0.47
Hex 33 BF B2 49 0 7 19 AE 3A 2F
Octal 63 277 262 111 0 7 31 256 72 57
Binary 110011 10111111 10110010 1001001 0 111 11001 10101110 111010 101111

Color Harmonies of #33BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFB2

Black with #33BFB2

Text Example


Text Example

White with #33BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,191,178); }

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

background-color css

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

 a { background-color: rgb(51,191,178); }

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

border-color css

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

 span { border-color: rgb(51,191,178); }

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