Html Css Color HEX #27BFBB Light Sea Green

📋 copy color: '#27BFBB'

red 39 ◦ green 191 ◦ blue 187

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

Shades of Light Sea Green #27BFBB

Tints of Light Sea Green #27BFBB

RGB

 RED value IS 39 (15.63% from 255) = 9.35%

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 9.35%
G = 45.8%
B = 44.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#27BFBB (or 0x27BFBB) is known color: Light Sea Green. HEX triplet: 27, BF and BB. RGB value is (39,191,187). Sum of RGB (Red+Green+Blue) = 39+191+187=417 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.35% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #27BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BFBB is #D84044. Grayscale: #909090. Windows color (decimal): -14172229 or 12304167. OLE color: 12304167.

HSL color Cylindrical-coordinate representation of color #27BFBB: hue angle of 178.42º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BFBB is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 191 187 -
CMYK 0.80 0 0.02 0.25
HSL 178.42º 0.66% 0.45% -
HSV(B) 178.42º 0.8% 0.75% -
XYZ 28.44 41.28 53.48 -
YUV 145.1 151.64 52.33 -
System Red Green Blue C M Y K H S L
Decimal 39 191 187 0.80 0 0.02 0.25 178.42 0.66 0.45
Hex 27 BF BB 50 0 2 19 B2 42 2D
Octal 47 277 273 120 0 2 31 262 102 55
Binary 100111 10111111 10111011 1010000 0 10 11001 10110010 1000010 101101

Color Harmonies of #27BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BFBB

Black with #27BFBB

Text Example


Text Example

White with #27BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27BFBB; }

 p { color: rgb(39,191,187); }

 H1.HeaderClassName
 {
   color: #27BFBB;
 }
 .AnyTagClassName
 {
   color: #27BFBB;
 }
</style>

background-color css

<style>
 a { background-color: #27BFBB; }

 a { background-color: rgb(39,191,187); }

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

border-color css

<style>
 span { border-color: #27BFBB; }

 span { border-color: rgb(39,191,187); }

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