Html Css Color HEX #7BCECA Bermuda

📋 copy color: '#7BCECA'

red 123 ◦ green 206 ◦ blue 202

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

Shades of Bermuda #7BCECA

Tints of Bermuda #7BCECA

RGB

 RED value IS 123 (48.44% from 255) = 23.16%

 GREEN value IS 206 (80.86% from 255) = 38.79%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 23.16%
G = 38.79%
B = 38.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#7BCECA (or 0x7BCECA) is known color: Bermuda. HEX triplet: 7B, CE and CA. RGB value is (123,206,202). Sum of RGB (Red+Green+Blue) = 123+206+202=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCECA is #843135. Grayscale: #B4B4B4. Windows color (decimal): -8663350 or 13291131. OLE color: 13291131.

HSL color Cylindrical-coordinate representation of color #7BCECA: hue angle of 177.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCECA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 206 202 -
CMYK 0.40 0 0.02 0.19
HSL 177.11º 0.46% 0.65% -
HSV(B) 177.11º 0.4% 0.81% -
XYZ 40.9 52.62 63.88 -
YUV 180.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 123 206 202 0.40 0 0.02 0.19 177.11 0.46 0.65
Hex 7B CE CA 28 0 2 13 B1 2E 41
Octal 173 316 312 50 0 2 23 261 56 101
Binary 1111011 11001110 11001010 101000 0 10 10011 10110001 101110 1000001

Color Harmonies of #7BCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCECA

Black with #7BCECA

Text Example


Text Example

White with #7BCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCECA; }

 p { color: rgb(123,206,202); }

 H1.HeaderClassName
 {
   color: #7BCECA;
 }
 .AnyTagClassName
 {
   color: #7BCECA;
 }
</style>

background-color css

<style>
 a { background-color: #7BCECA; }

 a { background-color: rgb(123,206,202); }

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

border-color css

<style>
 span { border-color: #7BCECA; }

 span { border-color: rgb(123,206,202); }

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